3.12.63 \(\int \frac {(c+d x)^3}{(a+b x)^6} \, dx\)

Optimal. Leaf size=58 \[ \frac {d (c+d x)^4}{20 (a+b x)^4 (b c-a d)^2}-\frac {(c+d x)^4}{5 (a+b x)^5 (b c-a d)} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 58, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {45, 37} \begin {gather*} \frac {d (c+d x)^4}{20 (a+b x)^4 (b c-a d)^2}-\frac {(c+d x)^4}{5 (a+b x)^5 (b c-a d)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + d*x)^3/(a + b*x)^6,x]

[Out]

-(c + d*x)^4/(5*(b*c - a*d)*(a + b*x)^5) + (d*(c + d*x)^4)/(20*(b*c - a*d)^2*(a + b*x)^4)

Rule 37

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n +
1))/((b*c - a*d)*(m + 1)), x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && EqQ[m + n + 2, 0] && NeQ
[m, -1]

Rule 45

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> Simp[((a + b*x)^(m + 1)*(c + d*x)^(n + 1
))/((b*c - a*d)*(m + 1)), x] - Dist[(d*Simplify[m + n + 2])/((b*c - a*d)*(m + 1)), Int[(a + b*x)^Simplify[m +
1]*(c + d*x)^n, x], x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[b*c - a*d, 0] && ILtQ[Simplify[m + n + 2], 0] &&
 NeQ[m, -1] &&  !(LtQ[m, -1] && LtQ[n, -1] && (EqQ[a, 0] || (NeQ[c, 0] && LtQ[m - n, 0] && IntegerQ[n]))) && (
SumSimplerQ[m, 1] ||  !SumSimplerQ[n, 1])

Rubi steps

\begin {align*} \int \frac {(c+d x)^3}{(a+b x)^6} \, dx &=-\frac {(c+d x)^4}{5 (b c-a d) (a+b x)^5}-\frac {d \int \frac {(c+d x)^3}{(a+b x)^5} \, dx}{5 (b c-a d)}\\ &=-\frac {(c+d x)^4}{5 (b c-a d) (a+b x)^5}+\frac {d (c+d x)^4}{20 (b c-a d)^2 (a+b x)^4}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.03, size = 97, normalized size = 1.67 \begin {gather*} -\frac {a^3 d^3+a^2 b d^2 (2 c+5 d x)+a b^2 d \left (3 c^2+10 c d x+10 d^2 x^2\right )+b^3 \left (4 c^3+15 c^2 d x+20 c d^2 x^2+10 d^3 x^3\right )}{20 b^4 (a+b x)^5} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x)^3/(a + b*x)^6,x]

[Out]

-1/20*(a^3*d^3 + a^2*b*d^2*(2*c + 5*d*x) + a*b^2*d*(3*c^2 + 10*c*d*x + 10*d^2*x^2) + b^3*(4*c^3 + 15*c^2*d*x +
 20*c*d^2*x^2 + 10*d^3*x^3))/(b^4*(a + b*x)^5)

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {(c+d x)^3}{(a+b x)^6} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(c + d*x)^3/(a + b*x)^6,x]

[Out]

IntegrateAlgebraic[(c + d*x)^3/(a + b*x)^6, x]

________________________________________________________________________________________

fricas [B]  time = 1.65, size = 160, normalized size = 2.76 \begin {gather*} -\frac {10 \, b^{3} d^{3} x^{3} + 4 \, b^{3} c^{3} + 3 \, a b^{2} c^{2} d + 2 \, a^{2} b c d^{2} + a^{3} d^{3} + 10 \, {\left (2 \, b^{3} c d^{2} + a b^{2} d^{3}\right )} x^{2} + 5 \, {\left (3 \, b^{3} c^{2} d + 2 \, a b^{2} c d^{2} + a^{2} b d^{3}\right )} x}{20 \, {\left (b^{9} x^{5} + 5 \, a b^{8} x^{4} + 10 \, a^{2} b^{7} x^{3} + 10 \, a^{3} b^{6} x^{2} + 5 \, a^{4} b^{5} x + a^{5} b^{4}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^3/(b*x+a)^6,x, algorithm="fricas")

[Out]

-1/20*(10*b^3*d^3*x^3 + 4*b^3*c^3 + 3*a*b^2*c^2*d + 2*a^2*b*c*d^2 + a^3*d^3 + 10*(2*b^3*c*d^2 + a*b^2*d^3)*x^2
 + 5*(3*b^3*c^2*d + 2*a*b^2*c*d^2 + a^2*b*d^3)*x)/(b^9*x^5 + 5*a*b^8*x^4 + 10*a^2*b^7*x^3 + 10*a^3*b^6*x^2 + 5
*a^4*b^5*x + a^5*b^4)

________________________________________________________________________________________

giac [B]  time = 1.00, size = 114, normalized size = 1.97 \begin {gather*} -\frac {10 \, b^{3} d^{3} x^{3} + 20 \, b^{3} c d^{2} x^{2} + 10 \, a b^{2} d^{3} x^{2} + 15 \, b^{3} c^{2} d x + 10 \, a b^{2} c d^{2} x + 5 \, a^{2} b d^{3} x + 4 \, b^{3} c^{3} + 3 \, a b^{2} c^{2} d + 2 \, a^{2} b c d^{2} + a^{3} d^{3}}{20 \, {\left (b x + a\right )}^{5} b^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^3/(b*x+a)^6,x, algorithm="giac")

[Out]

-1/20*(10*b^3*d^3*x^3 + 20*b^3*c*d^2*x^2 + 10*a*b^2*d^3*x^2 + 15*b^3*c^2*d*x + 10*a*b^2*c*d^2*x + 5*a^2*b*d^3*
x + 4*b^3*c^3 + 3*a*b^2*c^2*d + 2*a^2*b*c*d^2 + a^3*d^3)/((b*x + a)^5*b^4)

________________________________________________________________________________________

maple [B]  time = 0.01, size = 121, normalized size = 2.09 \begin {gather*} -\frac {d^{3}}{2 \left (b x +a \right )^{2} b^{4}}+\frac {\left (a d -b c \right ) d^{2}}{\left (b x +a \right )^{3} b^{4}}-\frac {3 \left (a^{2} d^{2}-2 a b c d +b^{2} c^{2}\right ) d}{4 \left (b x +a \right )^{4} b^{4}}-\frac {-a^{3} d^{3}+3 a^{2} b c \,d^{2}-3 a \,b^{2} c^{2} d +b^{3} c^{3}}{5 \left (b x +a \right )^{5} b^{4}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)^3/(b*x+a)^6,x)

[Out]

d^2*(a*d-b*c)/b^4/(b*x+a)^3-1/5*(-a^3*d^3+3*a^2*b*c*d^2-3*a*b^2*c^2*d+b^3*c^3)/b^4/(b*x+a)^5-1/2*d^3/b^4/(b*x+
a)^2-3/4*d*(a^2*d^2-2*a*b*c*d+b^2*c^2)/b^4/(b*x+a)^4

________________________________________________________________________________________

maxima [B]  time = 1.47, size = 160, normalized size = 2.76 \begin {gather*} -\frac {10 \, b^{3} d^{3} x^{3} + 4 \, b^{3} c^{3} + 3 \, a b^{2} c^{2} d + 2 \, a^{2} b c d^{2} + a^{3} d^{3} + 10 \, {\left (2 \, b^{3} c d^{2} + a b^{2} d^{3}\right )} x^{2} + 5 \, {\left (3 \, b^{3} c^{2} d + 2 \, a b^{2} c d^{2} + a^{2} b d^{3}\right )} x}{20 \, {\left (b^{9} x^{5} + 5 \, a b^{8} x^{4} + 10 \, a^{2} b^{7} x^{3} + 10 \, a^{3} b^{6} x^{2} + 5 \, a^{4} b^{5} x + a^{5} b^{4}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)^3/(b*x+a)^6,x, algorithm="maxima")

[Out]

-1/20*(10*b^3*d^3*x^3 + 4*b^3*c^3 + 3*a*b^2*c^2*d + 2*a^2*b*c*d^2 + a^3*d^3 + 10*(2*b^3*c*d^2 + a*b^2*d^3)*x^2
 + 5*(3*b^3*c^2*d + 2*a*b^2*c*d^2 + a^2*b*d^3)*x)/(b^9*x^5 + 5*a*b^8*x^4 + 10*a^2*b^7*x^3 + 10*a^3*b^6*x^2 + 5
*a^4*b^5*x + a^5*b^4)

________________________________________________________________________________________

mupad [B]  time = 0.08, size = 39, normalized size = 0.67 \begin {gather*} \frac {{\left (c+d\,x\right )}^4\,\left (5\,a\,d-4\,b\,c+b\,d\,x\right )}{20\,{\left (a\,d-b\,c\right )}^2\,{\left (a+b\,x\right )}^5} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c + d*x)^3/(a + b*x)^6,x)

[Out]

((c + d*x)^4*(5*a*d - 4*b*c + b*d*x))/(20*(a*d - b*c)^2*(a + b*x)^5)

________________________________________________________________________________________

sympy [B]  time = 1.96, size = 172, normalized size = 2.97 \begin {gather*} \frac {- a^{3} d^{3} - 2 a^{2} b c d^{2} - 3 a b^{2} c^{2} d - 4 b^{3} c^{3} - 10 b^{3} d^{3} x^{3} + x^{2} \left (- 10 a b^{2} d^{3} - 20 b^{3} c d^{2}\right ) + x \left (- 5 a^{2} b d^{3} - 10 a b^{2} c d^{2} - 15 b^{3} c^{2} d\right )}{20 a^{5} b^{4} + 100 a^{4} b^{5} x + 200 a^{3} b^{6} x^{2} + 200 a^{2} b^{7} x^{3} + 100 a b^{8} x^{4} + 20 b^{9} x^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)**3/(b*x+a)**6,x)

[Out]

(-a**3*d**3 - 2*a**2*b*c*d**2 - 3*a*b**2*c**2*d - 4*b**3*c**3 - 10*b**3*d**3*x**3 + x**2*(-10*a*b**2*d**3 - 20
*b**3*c*d**2) + x*(-5*a**2*b*d**3 - 10*a*b**2*c*d**2 - 15*b**3*c**2*d))/(20*a**5*b**4 + 100*a**4*b**5*x + 200*
a**3*b**6*x**2 + 200*a**2*b**7*x**3 + 100*a*b**8*x**4 + 20*b**9*x**5)

________________________________________________________________________________________